home *** CD-ROM | disk | FTP | other *** search
- #ifndef FILES_LOADED
- #define FILES_LOADED 1
- /* Files.h */
- #include "AlgoRhythms.h"
-
- extern int save_file(char *file_name, const struct timeval *total_duration,
- const int *scale_len, const int *scale, const int *voices,
- const int *tempo, const FORM_TYPE *form, const NOTE_EVENT_TYPE *events,
- const NOTE_LEN_TYPE *note_len);
-
- extern int read_file(char *file_name, struct timeval *total_duration,
- int *ScaleLength, int *scale, int *voices, int *tempo,
- FORM_TYPE *form, NOTE_EVENT_TYPE *events, NOTE_LEN_TYPE *note_len);
-
- #endif
-